h1.product-component-name {
  font-weight: bold !important;
}

.sh-category-card > a > div > div {
  border-radius: 2%;
  border: 1px solid #f6740c !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-product-card > a > div > div > img {
  object-fit: contain;
}
.sh-product-card {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border: 1px solid #d3d3d3 !important;
}
.sh-product-card:hover {
  border: 1px solid #000 !important;
}
.sh-product-card-discount-tag {
  background-color: #f6740c;
  color: #ffffff;
  font-weight: 400;
  right: auto;
  top: 0px;
  left: 0px;
}
.sh-product-discount-tag {
  background-color: #f6740c;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
}

.sh-product-card > a > div > img {
  object-fit: contain;
}
.product-card-action-enquiry {
  border: 1px solid #35ba46 !important;
  color: #fff !important;
  background: #35ba46 !important;
}
.sh-product-enquiry {
  background-color: #35ba46;
  color: #fff !important;
  border: 1px solid #35ba46 !important;
  border-radius: 4px;
  /*background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/WhatsApp.svg/767px-WhatsApp.svg.png");*/
  background-repeat: no-repeat;
  background-size: contain;
}
.product-card-action-enquiry {
  background-color: #35ba46 !important;

  color: #fff !important;
  border-radius: 4px;
  border: 1px solid #35ba46 !important;
  /*background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/WhatsApp.svg/767px-WhatsApp.svg.png");*/
  background-repeat: no-repeat;
  background-size: contain;
}
.sh-product-enquiry:hover {
  background-color: #35ba46 !important;
  color: #fff !important;
  border-radius: 4px;
  border: 1px solid #35ba46 !important;
  /*background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/WhatsApp.svg/767px-WhatsApp.svg.png");*/
  background-repeat: no-repeat !important;
  background-size: contain;
}
.product-card-action-enquiry:hover {
  background-color: #35ba46 !important;
  border: 1px solid #35ba46 !important;
  color: #fff !important;
  border-radius: 4px;
  /*background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/WhatsApp.svg/767px-WhatsApp.svg.png");*/
  background-repeat: no-repeat;
  background-size: contain;
}
.sh-footer-main {
  background-color: #000;
  color: #fff;
}
.pr-long-col-action-ctn {
  border-bottom: 1px solid #d3d3d3;
}
.sh-bottom-nav-main {
  background-color: #000;
}
.sh-product-plus-minus-button {
  display: flex;
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #f6740c;
  color: #fff;
  background-color: #f6740c;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  min-width: 80px;
  &:hover {
    border: 1px solid #f6740c;
    color: #f6740c;
    background-color: #fff;
  }
}

.pr-card-action-enquiry {
  padding: 6px;
  height: 40px;
  font-weight: 600;
  display: flex;
  align-items: center;
  border: 1px solid #3ac34c;
  color: #fff;
  background: #3ac34c;
  border-radius: 6px;
  font-size: 12px;
  &:hover {
    border: 1px solid #3ac34c;
    color: #3ac34c;
    background: #fff;
  }
}

.sh-banner-collection-card {
  padding: 0px;
  margin-bottom: -27px;
}

/* Background colour of product image */

.pr-long-card .pr-image {
  aspect-ratio: var(--pr-image-aspect-ratio, 1 / 1);
  border: 1px solid #f6f6f6;
  border-radius: 12px;
  object-fit: contain;
  background-color: #ffffff;
}
